home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3952 < prev    next >
Encoding:
Text File  |  1996-08-06  |  848 b   |  22 lines

  1. Path: news.computek.net!news
  2. From: dpurifoy@computek.net
  3. Newsgroups: comp.lang.c++
  4. Subject: Linker error, using BDE in Borland C++ 4.52
  5. Date: 26 Jan 1996 21:29:18 GMT
  6. Organization: Compu-Net DFW's Premiere Internet Access Provider
  7. Message-ID: <4ebh3e$4dg@news.computek.net>
  8. NNTP-Posting-Host: den58.computek.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  13.  
  14.    I cant get my BDE part of my program to link, i keep getting a 
  15. undefined symbol error on each of the BDE constants found in IDAPI.h.
  16. by constants i mean DBISETMAXFILELEN and DBIGETFILEDIRECTORY (I think 
  17. these are right, im at a different computer right now). Is there 
  18. something that i am missing? i have #include <windows.h> and then 
  19. #include <idapi.h>. i just cant link in any BDE code :(
  20.  
  21.  
  22.